Fix resetting the frame's 'frozen_window_starts' flag
authorEli Zaretskii <eliz@gnu.org>
Mon, 15 Apr 2024 13:50:59 +0000 (16:50 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 15 Apr 2024 13:50:59 +0000 (16:50 +0300)
commit9b755244bf0b9cd5f820ae45a4db14913a587c7b
treed4bc57e3a635cde1e7b45f2e3e5228331c8577eb
parenta80a5d42d3a5f095c9d52ef5f5fe18d2e500d875
Fix resetting the frame's 'frozen_window_starts' flag

* src/window.c (grow_mini_window, shrink_mini_window): Reimplement
how the frame's 'frozen_window_starts' flag is set and reset, to
make sure it is always reset when the mini-window gets to its
normal one-line height.  Patch by Martin Rudalics
<rudalics@gmx.at> (Bug#70038)
src/window.c